home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Games / Misc / Siege+THF / install_models < prev    next >
Text File  |  2000-01-01  |  3KB  |  140 lines

  1. echo .
  2. echo .
  3. echo "About to install Models for the Heretic II Siege Mod..."
  4. echo .
  5. echo .
  6. wait 3
  7.  
  8.  
  9. cd ""
  10.  
  11. if exists players
  12.  cd players/
  13.  copy fighter/fighter.pch male/
  14. else
  15.  skip error
  16. endif
  17.  
  18. ;CLERIC
  19. if exists cleric
  20. cd cleric
  21. copy  ///base/players/male/tris.fm /cleric
  22. copy  ///base/players/male/*.wav   /cleric  quiet
  23. /spatch -otris.fm -pcleric.pch tris.fm
  24.  
  25. cd /
  26. copy fighter/reflect.m8 cleric
  27. copy fighter/noteam.m8 cleric
  28. copy fighter/noteamDmg.m8 cleric
  29. copy fighter/noteam.m8 cleric/noteam_i.m8
  30. copy fighter/noteam.m8 cleric/Att_i.m8
  31. copy fighter/noteam.m8 cleric/Def_i.m8
  32. echo "cleric done"
  33. else skip error
  34. endif
  35.  
  36. ;NECRO
  37. if exists necro
  38. cd necro
  39. copy ///base/players/male/tris.fm /necro
  40. copy ///base/players/male/*.wav   /necro quiet
  41. /spatch -otris.fm -pnecro.pch tris.fm
  42. cd /
  43. copy fighter/reflect.m8 necro
  44. copy fighter/noteam.m8 necro
  45. copy fighter/noteamDmg.m8 necro
  46. copy fighter/noteam.m8 necro/noteam_i.m8
  47. copy fighter/noteam.m8 necro/Att_i.m8
  48. copy fighter/noteam.m8 necro/Def_i.m8
  49. echo "necro done"
  50. else skip error
  51. endif
  52.  
  53. ;FIGHTER
  54. if exists fighter
  55. cd fighter
  56. copy ///base/players/male/tris.fm /fighter
  57. copy ///base/players/male/*.wav /fighter quiet
  58. /spatch -otris.fm -pfighter.pch tris.fm
  59. cd /
  60. copy fighter/noteam.m8 fighter/noteam_i.m8
  61. copy fighter/noteam.m8 fighter/Att_i.m8
  62. copy fighter/noteam.m8 fighter/Def_i.m8
  63. echo "fighter done"
  64. else skip error
  65. endif
  66.  
  67. ;WIZARD
  68. if exists wizard
  69. cd wizard
  70. copy ///base/players/male/tris.fm  /wizard
  71. copy ///base/players/male/*.wav    /wizard quiet
  72. /spatch -otris.fm -pwizard.pch tris.fm
  73. cd /
  74. copy fighter/reflect.m8 wizard
  75. copy fighter/noteam.m8 wizard
  76. copy fighter/noteamDmg.m8 wizard
  77. copy fighter/noteam.m8 wizard/noteam_i.m8
  78. copy fighter/noteam.m8 wizard/Att_i.m8
  79. copy fighter/noteam.m8 wizard/Def_i.m8
  80. echo "wizard done"
  81. else skip error
  82. endif
  83.  
  84. ;SUCCUBUS
  85. if exists succubus
  86. cd succubus
  87. copy ///base/players/female/*.wav /succubus quiet
  88. cd /
  89. copy fighter/noteam.m8 succubus
  90. copy fighter/noteamDmg.m8 succubus
  91. copy fighter/noteam.m8 succubus/noteam_i.m8
  92. copy fighter/noteam.m8 succubus/Att_i.m8
  93. copy fighter/noteam.m8 succubus/Def_i.m8
  94.  
  95. copy fighter/noteam.m8 female
  96. copy fighter/noteamDmg.m8 female
  97. copy fighter/noteam.m8 female/noteam_i.m8
  98. copy fighter/noteam.m8 female/Att_i.m8
  99. copy fighter/noteam.m8 female/Def_i.m8
  100. echo "succubus done"
  101. else skip error
  102. endif
  103.  
  104. ;MALE
  105. if exists male
  106. cd male
  107. copy ///base/players/male/tris.fm /male
  108. /spatch -otris.fm -pfighter.pch tris.fm
  109.  
  110. cd /
  111. copy fighter/noteam.m8 male/Def_i.m8
  112. copy fighter/reflect.m8 male
  113. echo "male done"
  114. skip end
  115. else skip error
  116. endif
  117.  
  118.  
  119. lab error
  120.  
  121. echo .
  122. echo .
  123. echo "           Error... INSTALLATION INCOMPLETE !"
  124. echo .
  125. echo "           You got this message because there was a problem"
  126. echo "           during the model installation. Please contact ac-logic@freenet.de"
  127. echo .
  128. skip final
  129.  
  130.  
  131. lab end
  132. echo .
  133. echo .
  134. echo "           The Model Intallation Was Successful..."
  135. echo .
  136. echo .
  137.  
  138. lab final
  139. wait 3
  140.